home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / disk_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  781b  |  41 lines

  1. #ifndef  CLIB_DISK_PROTOS_H
  2. #define  CLIB_DISK_PROTOS_H
  3.  
  4. /*
  5. **    $VER: disk_protos.h 36.1 (19.2.91)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  RESOURCES_DISK_H
  15. #include <resources/disk.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. BOOL AllocUnit( long unitNum );
  23. void FreeUnit( long unitNum );
  24. struct DiskResourceUnit *GetUnit( struct DiskResourceUnit *unitPointer );
  25. void GiveUnit( void );
  26. LONG GetUnitID( long unitNum );
  27. /*------ new for V37 ------*/
  28. LONG ReadUnitID( long unitNum );
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34. #ifdef STORMPRAGMAS
  35. #ifndef _INCLUDE_PRAGMA_DISK_LIB_H
  36. #include <pragma/disk_lib.h>
  37. #endif
  38. #endif
  39.  
  40. #endif     /* CLIB_DISK_PROTOS_H */
  41.